/* ==========================================================================
   Base Styles, Bootstrap Modifications & Fonts Import
   ========================================================================== */

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

::-moz-selection  /* Code for Firefox */ {
    background: #f2c2c9;
    color: #a4003a;
    text-shadow: none;
}

::selection /* Code for others */{
    background: #f2c2c9;
    color: #a4003a;
    text-shadow: none;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.centered {
	text-align: center;
}

.left {
	text-align: left;
	text-indent:inherit;
}

.mt {
	margin-top: 20px;
}

.mb {
	margin-bottom: 20px;
}

@charset "utf-8";
.cambria {
	font-family: Cambria;
	color: #0000FF;
}

img {
	border: solid thin black;

}

a:focus {
	color: #BF0060;

}

a {
	color: #0000FF;
}

a:focus {
	color: #BF0060;

}


/* Carousel Caption Alignment */

.carousel-caption {
   position: absolute;
   top:50px
}

.navbar-inverse {
	border-top: #20202f solid thin;
	width: 100%;
	height: 75px;
  }

.margin_10px {
	padding-bottom: 10px;
}

.container {
	padding-bottom: 25px;
  }
  
#container {
    /*width:100%;*/
    text-align:center;
	padding-bottom: 100px;
}

#left {
    float:left;
    width:100px;
}

#center {
    display: inline-block;
    margin:0 auto;
    width:100px;
}

#right {
    float:right;
    width:100px;
}
